home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / Texx 0.3 / Read Me First < prev    next >
Text File  |  1993-11-14  |  3KB  |  61 lines

  1. TEXX Release 0.3            11/14/93
  2.  
  3. This is the third release version of the Texx scripting interpreter.
  4. This scripting language is an attempt to implement a version of the
  5. Rexx interpreter that is commonly used on IBM's VM/CMS mainframe 
  6. operating system.  This version of Texx is far from a full implementation,
  7. so don't think that you can copy your CMS execs and run them on your Mac.
  8. This is a very minimal implementation, however, it still adds additional
  9. functionality to the Mac OS.  My plans are to keep updating Texx and 
  10. hopefully it will mimic the mainframe version very closely.
  11.  
  12. Having worked for years in a VM environment, I became highly dependant on
  13. the Rexx interpreter.  An application such as this has been needed for a long
  14. time in the Mac environment.  CMS users will probably welcome Texx.  For 
  15. those not familiar with Rexx, the language is extremely easy to use and learn,
  16. and at the same time very powerful.  I like to describe it as a cross between
  17. C and Pascal with the ease and versatility of HyperCard's HyperTalk.
  18. Non-programmers should not have any problem using Texx.
  19.  
  20. As I stated above, this is a very minimal implementation.  Experienced Rexx
  21. users may find that their favorite command or feature is not implemented.
  22. That is where I need your feedback.  I would like to know what features you
  23. would like to see implemented in order of priority.  For those not familiar, I 
  24. would like to know what features they feel should be added.  Also, what Mac
  25. specific features would you like to see, please let me know.
  26.  
  27. Texx Release 0.3 currently supports the entire Finder events as defined by the 
  28. Apple Event Registry, Version 1.0.  In addition, Texx supports the four required
  29. events as documented in Inside Macintosh Volume VI.  The Do Script event is also
  30. supported.  The syntax of the commands is documented in the Texx manual that
  31. should accompany this document.  Since Texx makes use of Apple Events,
  32. System 7 is required for Texx to run.
  33.  
  34. I've made an effort to weed out all the bugs, however, any piece of software
  35. is bound to have bugs, even the big boys can't avoid that fact.  I'm sure bugs 
  36. will be found, however, non should be destructive to anything.  If a bug is found,
  37. please let me know.  Experienced users should consult the Texx manual and 
  38. make sure that the wanted feature or command is implemented.
  39.  
  40. I can be contacted at:
  41.  
  42.                 1.  Compuserve - 71407,441
  43.  
  44.         2.  Internet - 71407.441@Compuserve.com
  45.  
  46.         3.  AppleLink - AGUIRRE,J
  47.  
  48.         4.  America Online - JoseA30468
  49.  
  50.                 5.  Home
  51.                          Jose Aguirre
  52.                          3704 Edgar Park
  53.                          El Paso, Texas  79904
  54.  
  55. There it is, have fun.  I will be adding more features soon.  Please let me
  56. have your comments and suggestions.
  57.  
  58. Jose Aguirre
  59.  
  60. P.S.   I am releasing this application as a shareware product.  The shareware
  61. fee is $25.  Please don't forget your shareware responsibilities.  Thank you.